AcceptedEvent

data class AcceptedEvent(port: Int, connectionId: String) : Event

Informs that port was successfully bound and got a specified connection id.

Constructors

AcceptedEvent
Link copied to clipboard
fun AcceptedEvent(port: Int, connectionId: String)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

connectionId
Link copied to clipboard
val connectionId: String
Connection id to be used.
port
Link copied to clipboard
val port: Int
Port number that was successfully bound.

Sources

jvm source
Link copied to clipboard